git.legacy.paulk.fr
/
depthcharge.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Gale Board: Change Board ID definition.
[depthcharge.git]
/
src
/
board
/
gale
/
board.c
diff --git
a/src/board/gale/board.c
b/src/board/gale/board.c
index
307dcaf
..
9f056d2
100644
(file)
--- a/
src/board/gale/board.c
+++ b/
src/board/gale/board.c
@@
-69,6
+69,7
@@
static struct board_descriptor bdescriptor;
static void fill_board_descriptor(void)
{
switch(lib_sysinfo.board_id) {
+ case BOARD_ID_GALE_PROTO:
case BOARD_ID_GALE_EVT:
case BOARD_ID_GALE_EVT2:
bdescriptor.compat_string = "google,gale";