Change include guards in quantum/ to pragma once (#11239)
This commit is contained in:
parent
53eb7f0774
commit
48f4768d33
50 changed files with 68 additions and 204 deletions
|
@ -22,8 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|||
SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef SERIAL_LINK_TRANSPORT_H
|
||||
#define SERIAL_LINK_TRANSPORT_H
|
||||
#pragma once
|
||||
|
||||
#include "serial_link/protocol/triple_buffered_object.h"
|
||||
#include "serial_link/system/serial_link.h"
|
||||
|
@ -138,5 +137,3 @@ void add_remote_objects(remote_object_t** remote_objects, uint32_t num_remote_ob
|
|||
void reinitialize_serial_link_transport(void);
|
||||
void transport_recv_frame(uint8_t from, uint8_t* data, uint16_t size);
|
||||
void update_transport(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue