mirror of
https://github.com/Fishwaldo/pico-pic.git
synced 2025-03-15 11:31:30 +00:00
9 lines
No EOL
230 B
C
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_
|