Strip W6300 drivers to W6300-only, remove doxygen, flatten into w6300/
This commit is contained in:
11
w6300/port_common.h
Normal file
11
w6300/port_common.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _PORT_COMMON_H_
|
||||
#define _PORT_COMMON_H_
|
||||
|
||||
#include "pico/stdlib.h"
|
||||
#include "pico/binary_info.h"
|
||||
#include "pico/critical_section.h"
|
||||
#include "hardware/spi.h"
|
||||
#include "hardware/dma.h"
|
||||
#include "hardware/clocks.h"
|
||||
|
||||
#endif /* _PORT_COMMON_H_ */
|
||||
Reference in New Issue
Block a user