blub
This commit is contained in:
parent
26b594582f
commit
518820b1e1
4
main.c
4
main.c
@ -45,9 +45,9 @@ static uint32_t pitc_test(struct pitc_timer *timer)
|
|||||||
printf("%ld channels: ", count);
|
printf("%ld channels: ", count);
|
||||||
uint32_t j;
|
uint32_t j;
|
||||||
for (j = 0; j < count; j++)
|
for (j = 0; j < count; j++)
|
||||||
printf("%+4d ", rc.chan[j]);
|
printf("%+5d ", rc.chan[j]);
|
||||||
|
|
||||||
printf("\n\r");
|
printf("\r");
|
||||||
return PITC_RESTART_TIMER;
|
return PITC_RESTART_TIMER;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "AT91SAM7S256.h"
|
#include "AT91SAM7S256.h"
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
//#include "static_alloc.h"
|
#include "static_alloc.h"
|
||||||
|
|
||||||
#define ALIGN(x) (((x) +3) & ~3)
|
#define ALIGN(x) (((x) +3) & ~3)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user