Skip to content

Commit 62841f3

Browse files
author
Laurent MEUNIER
committed
[STM32L4] Make device.h a common file
1 parent 6c36a21 commit 62841f3

File tree

3 files changed

+1
-122
lines changed

3 files changed

+1
-122
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32L4/TARGET_DISCO_L476VG/device.h

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

hal/targets/hal/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/device.h

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

hal/targets/hal/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L432KC/device.h renamed to hal/targets/hal/TARGET_STM/TARGET_STM32L4/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)