pce-322a: include config.h before any other header file
This commit is contained in:
parent
5a64d1d954
commit
dea7f6342a
|
@ -18,8 +18,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
#include "protocol.h"
|
||||
|
||||
#define SERIALCOMM "115200/8n1"
|
||||
|
|
Loading…
Reference in New Issue