Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/cral/commit/059bdfd7f831382b2e2b82f07a4a4de2186a85c0?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Conditional exclusion of boolean type Arduino chokes on.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@47 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 18 years ago
parent e47f0a6bfb
commit 059bdfd7f8

@ -100,7 +100,9 @@
#define NULL ((void *) 0)
#endif
#ifndef __ARDUINO__
typedef enum { false, true } bool;
#endif
#ifndef _SIZE_T
#define _SIZE_T

Loading…
Cancel
Save