diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-03-24 23:23:09 -0700 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-03-24 23:26:41 -0700 |
commit | f0729b19adafafa9cdccda4a0bdc9a2cadcdd5f9 (patch) | |
tree | 3ece8a861070e3ff45fcf3e320efffcff2f0a4de /stmhal/main.c | |
parent | 9512e9e817909ec5103a11264a8d98356a402ec2 (diff) |
Fix netduino to build
Fix adc to work with resolution changes.
Diffstat (limited to 'stmhal/main.c')
-rw-r--r-- | stmhal/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index 3f9683a54..a231ca250 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -373,6 +373,9 @@ soft_reset: } } } +#else + // Get rid of compiler warning if no SDCARD is configured. + (void)first_soft_reset; #endif #if defined(USE_HOST_MODE) |