Merge pull request #2219 from cesanta/Kfixs

standardize header inclusion
This commit is contained in:
Sergio R. Caprile 2023-05-29 11:57:00 -03:00 committed by GitHub
commit efd2db129f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 22 additions and 10 deletions

View File

@ -2,6 +2,7 @@
// All rights reserved
#include "hal.h"
#include "mongoose.h"
#include "net.h"
#define LED1 PIN('B', 0) // On-board LED pin (green)

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#define BLINK_PERIOD_MS 1000 // LED blinking period in millis

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#include "ethernetif.h"
#include "lwip/dhcp.h"
#include "lwip/netif.h"

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
extern RNG_HandleTypeDef hrng;

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#define BLINK_PERIOD_MS 1000 // LED blinking period in millis

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#include "cmsis_os2.h"
#include "ethernetif.h"
#include "lwip/dhcp.h"

View File

@ -4,6 +4,7 @@
#include "hal.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#include "cmsis_os2.h"
#define BLINK_PERIOD_MS 1000 // LED blinking period in millis

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#include "cmsis_os.h"
#define BLINK_PERIOD_MS 1000 // LED blinking period in millis

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#include "cmsis_os.h"
#define BLINK_PERIOD_MS 1000 // LED blinking period in millis

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#include "cmsis_os2.h"
#include "ethernetif.h"
#include "lwip/dhcp.h"

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#include "cmsis_os2.h"
#define BLINK_PERIOD_MS 1000 // LED blinking period in millis

View File

@ -2,8 +2,9 @@
// All rights reserved
#include "hal.h"
#include "net.h"
#include "mongoose.h"
#include "main.h"
#include "net.h"
#include "cmsis_os2.h"
#define BLINK_PERIOD_MS 1000 // LED blinking period in millis