mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Merge branch 'usb'
This commit is contained in:
@@ -203,6 +203,8 @@ endif
|
||||
|
||||
# QSTR generation
|
||||
|
||||
generated_headers += $(addprefix python/port/genhdr/, qstrdefs.generated.h)
|
||||
|
||||
python/port/genhdr/qstrdefs.generated.h: python/port/genhdr/qstrdefs.in.h
|
||||
@echo "QSTRDAT $@"
|
||||
$(Q) $(PYTHON) python/src/py/makeqstrdata.py $< > $@
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
#include <escher/metric.h>
|
||||
#include <ion/display.h>
|
||||
#include <ion/events.h>
|
||||
#include <ion/keyboard.h>
|
||||
#include "port.h"
|
||||
|
||||
#include <ion/keyboard.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <setjmp.h>
|
||||
|
||||
Reference in New Issue
Block a user