technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

AR_INTERNAL not supported on Adafruit SAMD21 boards #41

Closed technoblogy closed 3 years ago

technoblogy commented 3 years ago

uLisp gives a compile error on Adafruit SAMD21 boards: AR_INTERNAL not defined.

It's equivalent to AR_INTERNAL2V23 and so can be removed. Thanks to Herbert Snorrason for reporting this.