aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSelene ToyKeeper2017-08-30 23:15:39 -0600
committerSelene ToyKeeper2017-08-30 23:15:39 -0600
commitaf011b08919e42736f514ae6ffe045571dbefda9 (patch)
treeea31deb94a043faef5d333669e6ddcceb5c8797e /bin
parentAdded a simpler and more accurate Baton UI clone. (diff)
downloadanduril-af011b08919e42736f514ae6ffe045571dbefda9.tar.gz
anduril-af011b08919e42736f514ae6ffe045571dbefda9.tar.bz2
anduril-af011b08919e42736f514ae6ffe045571dbefda9.zip
Reorganized FSM files, one dir per UI.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build-85.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-85.sh b/bin/build-85.sh
index 14a3da4..8b2937d 100755
--- a/bin/build-85.sh
+++ b/bin/build-85.sh
@@ -8,7 +8,7 @@ export ATTINY=85
export MCU=attiny$ATTINY
export CC=avr-gcc
export OBJCOPY=avr-objcopy
-export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY -I.."
+export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY -I.. -I../.. -I../../.."
export OFLAGS="-Wall -g -Os -mmcu=$MCU"
export LDFLAGS=
export OBJCOPYFLAGS='--set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O ihex'