mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
add gta03 board specific support
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "blink_led.h"
|
||||
#include "nand_read.h"
|
||||
#include <neo_gta02.h>
|
||||
#include <neo_gta03.h>
|
||||
|
||||
#define stringify2(s) stringify1(s)
|
||||
#define stringify1(s) #s
|
||||
@@ -35,7 +36,8 @@
|
||||
extern void bootloader_second_phase(void);
|
||||
|
||||
const struct board_api * boards[] = {
|
||||
&board_api_gta02
|
||||
&board_api_gta02,
|
||||
&board_api_gta03,
|
||||
};
|
||||
|
||||
struct board_api const * this_board;
|
||||
|
||||
Reference in New Issue
Block a user