Skip to content

Commit 04d588d

Browse files
kjbraceyArto Kinnunen
authored andcommitted
STM: Correct macro test in us_ticker_defines.h
Avoids build warning caused by #10609
1 parent 6b721e9 commit 04d588d

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)