diff options
| author | hathach <[email protected]> | 2021-04-02 13:26:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-02 13:26:55 +0700 |
| commit | 080b14b292251e46b43aac9e1cf7807dc2d3eb2c (patch) | |
| tree | a22f89ff2ebc16d814535334673b6720c1e9771a /examples/make.mk | |
| parent | 949ff791e0222d9d89fe54b7cab036125997b66e (diff) | |
fix midi tx fifo overflow cause data corruption
rename
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk index e04a2592a..ffcb8ee5c 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -103,7 +103,7 @@ CFLAGS += \ # Debugging/Optimization ifeq ($(DEBUG), 1) - CFLAGS += -Og + CFLAGS += -O0 else CFLAGS += -Os endif |
