pico-pic/image_info.h

9 lines
No EOL
230 B
C

#ifndef _IMAGE_INFO_H_
#define _IMAGE_INFO_H_
#include <stdint.h>
// Sometimes hovering might show false results in debugger, but these still have right values.
extern uint32_t __firmwareOffset;
#endif // #define _IMAGE_INFO_H_