summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/host/nuttx/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/zmodem/host/nuttx/compiler.h')
-rw-r--r--apps/system/zmodem/host/nuttx/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/zmodem/host/nuttx/compiler.h b/apps/system/zmodem/host/nuttx/compiler.h
index fc029063e..f71dcff09 100644
--- a/apps/system/zmodem/host/nuttx/compiler.h
+++ b/apps/system/zmodem/host/nuttx/compiler.h
@@ -102,7 +102,7 @@
*/
# define naked_function __attribute__ ((naked,no_instrument_function))
-
+
/* The inline_function attribute informs GCC that the function should always
* be inlined, regardless of the level of optimization. The noinline_function
* indicates that the function should never be inlined.