MCUME/MCUME_pico2/picosms/program_config.h

11 wiersze
143 B
C
Czysty Zwykły widok Historia

2025-01-26 16:25:30 +00:00
#ifndef _PROGRAM_CONFIG_H_
#define _PROGRAM_CONFIG_H_
#define FLASH_STORE_START 0x100000
2025-02-04 22:38:08 +00:00
#ifdef HAS_USBPIO
//#undef HAS_SND
#endif
2025-01-26 16:25:30 +00:00
#endif