YAHAL
Yet Another Hardware Abstraction Library
Loading...
Searching...
No Matches
cpp_support.cpp
1
2extern "C" {
3 void __yahal_bad_function_call(void) {
4 // Loop forever
5 while(true) ;
6 }
7}
8
9namespace std {
10 extern void __throw_bad_function_call(void) __attribute__((weak, alias("__yahal_bad_function_call"), unused));
11}
12
void __attribute__((noreturn))(*rom_reset_usb_boot_fn)(uint32_t
Reboot the device into BOOTSEL mode.
Definition bootrom.h:66