git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1398 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-12-08 17:44:03 +00:00
parent bdb7f4ab20
commit 31f54b9373
8 changed files with 12 additions and 15 deletions

View File

@ -51,7 +51,7 @@
*
*/
#include <ch.h>
#include "ch.h"
#include "lwip/opt.h"
#include "lwip/mem.h"

View File

@ -29,7 +29,7 @@
* @{
*/
#include <ch.h>
#include "ch.h"
#include "lwip/opt.h"
#include "lwip/arch.h"

View File

@ -17,11 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <ch.h>
#include <avr/io.h>
#include "board.h"
#include "ch.h"
#include "hal.h"
#include "lcd.h"
static void e_pulse(void) {

View File

@ -28,7 +28,7 @@
* @{
*/
#include <ch.h>
#include "ch.h"
static struct itimerval tempo;
static bool_t pending = FALSE;

View File

@ -19,7 +19,7 @@
#include <stdio.h>
#include <ch.h>
#include "ch.h"
static WORKING_AREA(waThread1, 2048);
static msg_t Thread1(void *arg) {

View File

@ -27,8 +27,8 @@
* @{
*/
#include <ch.h>
#include <serial.h>
#include "ch.h"
#include "hal.h"
static LARGE_INTEGER nextcnt;
static LARGE_INTEGER slice;

View File

@ -20,8 +20,8 @@
#include <string.h>
#include <stdio.h>
#include <ch.h>
#include <serial.h>
#include "ch.h"
#include "hal.h"
static uint32_t wdguard;
static WORKING_AREA(wdarea, 2048);

View File

@ -27,8 +27,8 @@
#include <windows.h>
#include <stdio.h>
#include <ch.h>
#include <serial.h>
#include "ch.h"
#include "hal.h"
/** @brief Serial driver 1 identifier.*/
#if USE_WIN32_SERIAL1 || defined(__DOXYGEN__)