Technical Support
On-Line Manuals
Cx51 User's Guide
*** Error C262 using/disable: Can't Return bit Value
using/disable: Can't Return bit Value
Functions declared with the using attribute and functions which rely on disabled interrupts (#pragma disable) cannot return a bit value to the caller. For example: bit test (void) using 3 { bit b0; return (b0); } produces errors.