Skip to content

Commit d65a7d3

Browse files
kjbraceyEvelyne Donnaes
authored andcommitted
STM: Correct macro test in us_ticker_defines.h
Avoids build warning caused by #10609
1 parent e0b40a0 commit d65a7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/us_ticker_defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
#ifndef MBED_US_TICKER_DEFINES_H
17+
#ifndef MBED_US_TICKER_DEFINES_H_
1818
#define MBED_US_TICKER_DEFINES_H_
1919

2020
#include "us_ticker_data.h"

0 commit comments

Comments
 (0)