Skip to content
Snippets Groups Projects
Commit 6468c593 authored by Øyvind Harboe's avatar Øyvind Harboe
Browse files

zy1000: fix non-JTAG master build

parent 9f26aff3
No related branches found
No related tags found
No related merge requests found
......@@ -1589,7 +1589,7 @@ int zy1000_init(void)
{
#if BUILD_ECOSBOARD
LOG_USER("%s", ZYLIN_OPENOCD_VERSION);
#else
#elif BUILD_ZY1000_MASTER
int fd;
if((fd = open("/dev/mem", O_RDWR | O_SYNC)) == -1)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment