#include <ina90.h> void __breakpoint(void);
__breakpoint inserts a BREAK instruction into the function code.
__breakpoint is an intrinsic function and produces inline code.
The BREAK instruction, and hence __breakpoint, is not available on all AVR devices—please refer to the device-specific data sheet for availability.