consistantly use bas_types.h instead of standard headers

This commit is contained in:
Markus Fröschle
2014-09-25 06:24:55 +00:00
parent 4fc208c67d
commit c0d21a104f
30 changed files with 616 additions and 637 deletions

View File

@@ -21,8 +21,7 @@
* Copyright 2012 M. Froeschle
*/
#include <stdint.h>
#include <stdbool.h>
#include <bas_types.h>
#include "MCF5475.h"
#include "startcf.h"

View File

@@ -11,8 +11,7 @@
* option any later version.
*/
#include <stdint.h>
#include <stdbool.h>
#include <bas_types.h>
#include "bas_string.h"
#include "bas_printf.h"
#include "usb.h"

View File

@@ -23,8 +23,7 @@
* Author: Markus Fröschle
*/
#include <stdint.h>
#include <stdbool.h>
#include <bas_types.h>
#include "MCF5475.h"
#include "bas_utils.h"
#include "bas_printf.h"