kopia lustrzana https://github.com/luigifcruz/pico-stuff
Remove not-needed headers.
rodzic
87a98162bb
commit
08b994b6db
|
@ -54,3 +54,4 @@ dkms.conf
|
||||||
build
|
build
|
||||||
.cache
|
.cache
|
||||||
pressure.log
|
pressure.log
|
||||||
|
.vscode
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"files.associations": {
|
|
||||||
"sstream": "c"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -13,11 +13,9 @@ target_link_libraries(tcp_server
|
||||||
tinyusb_host
|
tinyusb_host
|
||||||
tinyusb_board
|
tinyusb_board
|
||||||
tinyusb_net
|
tinyusb_net
|
||||||
hardware_i2c
|
|
||||||
hardware_adc
|
hardware_adc
|
||||||
hardware_dma
|
hardware_dma
|
||||||
hardware_irq
|
hardware_irq
|
||||||
hardware_pwm
|
|
||||||
lwip
|
lwip
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -2,18 +2,16 @@
|
||||||
// Modifications were made by Luigi Cruz.
|
// Modifications were made by Luigi Cruz.
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include "bsp/board.h"
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
#include "hardware/adc.h"
|
#include "hardware/adc.h"
|
||||||
#include "hardware/dma.h"
|
#include "hardware/dma.h"
|
||||||
#include "hardware/irq.h"
|
#include "hardware/irq.h"
|
||||||
#include "hardware/pwm.h"
|
|
||||||
#include "hardware/clocks.h"
|
|
||||||
|
|
||||||
#include "bsp/board.h"
|
|
||||||
#include "tusb.h"
|
#include "tusb.h"
|
||||||
|
|
||||||
#include "dhserver.h"
|
#include "dhserver.h"
|
||||||
#include "dnserver.h"
|
#include "dnserver.h"
|
||||||
|
|
||||||
#include "lwip/init.h"
|
#include "lwip/init.h"
|
||||||
#include "lwip/timeouts.h"
|
#include "lwip/timeouts.h"
|
||||||
#include "lwip/api.h"
|
#include "lwip/api.h"
|
||||||
|
|
Ładowanie…
Reference in New Issue