Quote Originally Posted by aberco View Post
I moved the allocations to Endpoint 3 for CDC usage:
...
For some reason the compiler doesn't like the 3 in "BD3STATOUT and BD3STATIN"
You missed the EXT vars ...

Code:
BD3STATOUT         VAR BYTE EXT      ; OUT report status byte
BD3STATIN          VAR BYTE EXT      ; IN report status byte