Add dummy gpio.c implementation and final Makefile.

The whole lib should now build and install fine. It's not yet tested
on hardware, though.
This commit is contained in:
Uwe Hermann
2009-07-16 03:27:05 +02:00
parent 1b2f6456bf
commit 0a8135395a
3 changed files with 75 additions and 0 deletions

View File

@@ -22,5 +22,6 @@
#define LIBOPENSTM32_LIBOPENSTM32_H
#include "libopenstm32/stdint.h"
#include "libopenstm32/gpio.h"
#endif