diff options
| author | hathach <[email protected]> | 2019-08-31 22:44:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-08-31 22:44:08 +0700 |
| commit | bac75a81fd5b35c5d49801f0a1f02bcfab51d76c (patch) | |
| tree | c1e49d61bb642b126d0b800dba4b95e6969c0c74 /examples | |
| parent | c70c61ce2690be513c1399381b8fe796b05dbec9 (diff) | |
support LPC51u68 #100
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 4fbce2529..18410d2d9 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -3,7 +3,7 @@ # # libc -LIBS = -lgcc -lc -lm -lnosys +LIBS += -lgcc -lc -lm -lnosys # TinyUSB Stack source SRC_C += \ |
