change #include "etm.h" to <target/etm.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "etm.h" the following form should be used. #include <target/etm.h> The exception is from .c files in the same directory.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef OOCD_TRACE_H
|
||||
#define OOCD_TRACE_H
|
||||
|
||||
#include "etm.h"
|
||||
#include <target/etm.h>
|
||||
|
||||
#include <termios.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user