mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 11:09:01 +08:00
Merge pull request #2219 from cesanta/Kfixs
standardize header inclusion
This commit is contained in:
commit
efd2db129f
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user