mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 09:45:33 +03:00
12 lines
197 B
Python
12 lines
197 B
Python
CMSISDSP = 1
|
|
|
|
ROOT=".."
|
|
|
|
config = CMSISDSP
|
|
|
|
if config == CMSISDSP:
|
|
extensionName = 'cmsisdsp'
|
|
setupName = 'CMSISDSP'
|
|
setupDescription = 'CMSIS-DSP Python API'
|
|
cflags="-DCMSISDSP"
|
|
|