YAHAL
Yet Another Hardware Abstraction Library
Loading...
Searching...
No Matches
src
MCU
rp2040
wrappers
platform.c
1
#include <stdint.h>
2
3
uint8_t rp2040_rom_version(
void
) {
4
return
3;
5
}
6
7
void
__attribute__
((noreturn)) panic(
char
*s) {
8
(void)s;
9
while
(1) ;
10
}
__attribute__
void __attribute__((noreturn))(*rom_reset_usb_boot_fn)(uint32_t
Reboot the device into BOOTSEL mode.
Definition
bootrom.h:66
Generated by
1.12.0