Skip to content

Commit

Permalink
itsybitsy-snek: Clean up header files
Browse files Browse the repository at this point in the history
Remove unused definitions in ao-pins.h. Move SNEK_POOL to itsybitsy.builtin

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed May 20, 2019
1 parent 0bd303f commit e4c68d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions itsybitsy-snek/ao-pins.h
Expand Up @@ -20,21 +20,11 @@
#define _AO_PINS_H_

#define HAS_USB 1
#define HAS_LOG 0
#define TEENSY 0
#define HAS_SERIAL_1 1
#define USE_SERIAL_1_STDIN 1
#define HAS_ADC 0
#define PACKET_HAS_SLAVE 0
#define HAS_BEEP 0
#define HAS_EEPROM 0
#define HAS_STORAGE_DEBUG 0
#define SNEK_POOL 1024
#define AO_FIFO_SIZE 64

#define AVR_VCC_5V 1
#define AVR_VCC_3V3 0
#define IS_COMPANION 0

#define SNEK_IO_GETC(file) ao_usb_getc()
#define SNEK_GETC() getc(stdin)
Expand Down
1 change: 1 addition & 0 deletions itsybitsy-snek/itsybitsy.builtin
Expand Up @@ -29,3 +29,4 @@ eeprom.show, -1
eeprom.erase, 0
#include <ao.h>
#include <snek-avr.h>
#define SNEK_POOL 1024

0 comments on commit e4c68d7

Please sign in to comment.