Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
//
// SPDX-License-Identifier: MIT

#pragma once

// OK to include more than once because FORMAT_PIN may be different.

// define FORMAT_PIN(pin_name) and then include this file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// SPDX-License-Identifier: MIT

#pragma once
// OK to include more than once because FORMAT_PIN may be different.


// define FORMAT_PIN(pin_name) and then include this file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// SPDX-License-Identifier: MIT

#pragma once
// OK to include more than once because FORMAT_PIN may be different.


// define FORMAT_PIN(pin_name) and then include this file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// SPDX-License-Identifier: MIT

#pragma once
// OK to include more than once because FORMAT_PIN may be different.


// define FORMAT_PIN(pin_name) and then include this file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// SPDX-License-Identifier: MIT

#pragma once
// OK to include more than once because FORMAT_PIN may be different.


// define FORMAT_PIN(pin_name) and then include this file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// SPDX-License-Identifier: MIT

#pragma once
// OK to include more than once because FORMAT_PIN may be different.


// define FORMAT_PIN(pin_name) and then include this file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// SPDX-License-Identifier: MIT

#pragma once
// OK to include more than once because FORMAT_PIN may be different.


// define FORMAT_PIN(pin_name) and then include this file.
Expand Down
2 changes: 0 additions & 2 deletions ports/mimxrt10xx/peripherals/mimxrt10xx/pin_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
//
// SPDX-License-Identifier: MIT

#pragma once

// OK to include more than once because FORMAT_PIN may be different.

#ifdef MIMXRT1011_SERIES
Expand Down
Loading