summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtems_waf/rtems.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems_waf/rtems.py b/rtems_waf/rtems.py
index e460ca5..8b312dc 100644
--- a/rtems_waf/rtems.py
+++ b/rtems_waf/rtems.py
@@ -367,7 +367,7 @@ def check_networking(ctx):
return check(ctx, 'RTEMS_NETWORKING')
def check_atomic(ctx):
- return check(ctx, 'RTEMS_ATROMIC')
+ return check(ctx, 'RTEMS_ATOMIC')
def arch(arch_bsp):
""" Given an arch/bsp return the architecture."""