summaryrefslogtreecommitdiff
path: root/src/lambdakey-v1.0/ao_lambdakey.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-04-21 12:55:20 -0700
committerKeith Packard <keithp@keithp.com>2019-04-21 12:55:20 -0700
commit0e8970c7f4eb7e8dd4ef325e4db4fe7412d0ed78 (patch)
tree16046afd4e3cee30bf1d61503754c7136a7cc125 /src/lambdakey-v1.0/ao_lambdakey.c
parent8d77d5032781c5ef0dbb19de07ea97389b809f08 (diff)
altos/lambdakey-v1.0: Fix obvious build errors
The code is too large to run on this device at this point, but at least it doesn't fail to compile? Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lambdakey-v1.0/ao_lambdakey.c')
-rw-r--r--src/lambdakey-v1.0/ao_lambdakey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lambdakey-v1.0/ao_lambdakey.c b/src/lambdakey-v1.0/ao_lambdakey.c
index a608d8e4..c50317c0 100644
--- a/src/lambdakey-v1.0/ao_lambdakey.c
+++ b/src/lambdakey-v1.0/ao_lambdakey.c
@@ -15,7 +15,7 @@
#include <ao.h>
#include <ao_scheme.h>
-static void scheme_cmd() {
+static void scheme_cmd(void) {
ao_scheme_read_eval_print(stdin, stdout, false);
}
@@ -43,7 +43,7 @@ _ao_scheme_getc(void)
void main(void)
{
#ifdef LEDS_AVAILABLE
- ao_led_init(LEDS_AVAILABLE);
+ ao_led_init();
#endif
ao_clock_init();
ao_timer_init();