r65emu/hw/esp8266-pwm.h

7 lines
135 B
C
Raw Normal View History

2021-02-27 12:01:52 +00:00
#define NO_CHECKPOINT 1
2021-02-17 14:49:40 +00:00
#define RAM_SIZE 0x8000u
2021-02-17 08:06:45 +00:00
2021-02-27 12:01:52 +00:00
#include <hw/esp8266/espi.h>
#include <hw/esp8266/kbd.h>
#include <hw/esp8266/pwm.h>