Skip to content

Commit

Permalink
Merge pull request #165 from ramangopalan/master
Browse files Browse the repository at this point in the history
Target: elua-zeisig-gemacht: Add note on user LEDs
  • Loading branch information
bogdanm committed Apr 15, 2021
2 parents 6b24cca + f6c8789 commit 1940eca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/known/elua-zeisig-gemacht.lua
Expand Up @@ -13,6 +13,9 @@ computation of Billmeyer viscosity of ploymers dissolved in Formic
acid), I personally also love to see eLua on every target platform I
work with. What is fun without SpaceShip OR Game of life?
2) User LEDs (LED0 and LED1) are mapped to pins PB.0 and PB.1
respectively.
R
--]]
Expand Down
2 changes: 2 additions & 0 deletions src/platform/avr32/type.h
@@ -1,6 +1,8 @@
#ifndef __TYPE_H__
#define __TYPE_H__

#include <stdint.h>

#ifndef NULL
#define NULL ((void *)0)
#endif
Expand Down

0 comments on commit 1940eca

Please sign in to comment.