diff options
| author | hathach <[email protected]> | 2013-01-27 13:16:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-27 13:16:30 +0700 |
| commit | f613c32422a9b1815785d38427d3096a97bd3457 (patch) | |
| tree | 3fe73f5f4d3222d03f26e906399c59bdff137e4b /tests | |
| parent | a22cfb2dee31e437ca43351e705b60e143f169d6 (diff) | |
add STATIC for local variables
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/project.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/project.yml b/tests/project.yml index c33818a15..a02d19b3b 100644 --- a/tests/project.yml +++ b/tests/project.yml @@ -55,12 +55,13 @@ - MCU=MCU_LPC43XX - CORE_M4 - __CODE_RED + - _TINY_USB_SOURCE_FILE_ #:flags: # :test: # :compile: -# :*: -# - -std=gnu99 +# :hid_host: +# - -Dstatic= # Ceedling defaults to using gcc for compiling, linking, etc. # As [:tools] is blank, gcc will be used (so long as it's in your system path) |
