Skip to content

Commit 4f7a654

Browse files
author
Laurent MEUNIER
committed
[STM32L0] Make device.h a common file
1 parent 5d25183 commit 4f7a654

File tree

5 files changed

+1
-226
lines changed

5 files changed

+1
-226
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L011K4/device.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

hal/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/device.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

hal/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L053R8/device.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

hal/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/device.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

hal/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L053C8/device.h renamed to hal/targets/hal/TARGET_STM/TARGET_STM32L0/device.h

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Check the 'features' section of the target description in 'targets.json' for more details.
33
/* mbed Microcontroller Library
44
*******************************************************************************
5-
* Copyright (c) 2015, STMicroelectronics
5+
* Copyright (c) 2014, STMicroelectronics
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -32,22 +32,9 @@
3232
#ifndef MBED_DEVICE_H
3333
#define MBED_DEVICE_H
3434

35-
36-
37-
38-
39-
40-
41-
42-
43-
4435
//=======================================
45-
4636
#define DEVICE_ID_LENGTH 24
4737

48-
49-
50-
5138
#include "objects.h"
5239

5340
#endif

0 commit comments

Comments
 (0)