diff options
| author | Bernd Walter <ticso@FreeBSD.org> | 2010-03-09 00:48:06 +0000 |
|---|---|---|
| committer | Bernd Walter <ticso@FreeBSD.org> | 2010-03-09 00:48:06 +0000 |
| commit | 1dca0648c7baca79c815d577199b01ad26e6098b (patch) | |
| tree | 02acaf7faf8db69d0ffad593820b4db2d047e73c /sys/boot | |
| parent | 8f82dfe5d11fbaf681a4075aacbf164e0ff6f66c (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/arm/at91/boot2/bwct_board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/at91/boot2/bwct_board.c b/sys/boot/arm/at91/boot2/bwct_board.c index 20f414026ec7..df9f51ce852d 100644 --- a/sys/boot/arm/at91/boot2/bwct_board.c +++ b/sys/boot/arm/at91/boot2/bwct_board.c @@ -21,7 +21,7 @@ static void DS1672_Init(); static void DS1672_Init() { - uint8_t buf[] = {0x00, 0xa9}; + char buf[] = {0x00, 0xa9}; EEWrite(0xd0, buf, sizeof(buf)); } |
