Merge stdint.h contents into common.h so we don't conflict with libc.

This commit is contained in:
Uwe Hermann
2009-07-18 01:39:30 +02:00
parent cf7d4df189
commit 015b046c1e
3 changed files with 8 additions and 33 deletions

View File

@@ -21,7 +21,6 @@
#ifndef LIBOPENSTM32_LIBOPENSTM32_H
#define LIBOPENSTM32_LIBOPENSTM32_H
#include "libopenstm32/stdint.h"
#include "libopenstm32/common.h"
#include "libopenstm32/memorymap.h"
#include "libopenstm32/gpio.h"