Skip to content

Commit 12a54fd

Browse files
authored
nit of include order
1 parent 72178f8 commit 12a54fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/rp2_common/pico_low_power/low_power.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

7+
#include <string.h>
8+
79
#include "pico.h"
810

9-
#include <string.h>
1011
#include "pico/low_power.h"
1112
#include "pico/aon_timer.h"
1213
#include "pico/runtime_init.h"

0 commit comments

Comments
 (0)