Skip to content

Commit a5eaf15

Browse files
author
Laurent MEUNIER
committed
[STM32F3] Make device.h a common file
1 parent 0ac02a5 commit a5eaf15

File tree

6 files changed

+1
-270
lines changed

6 files changed

+1
-270
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F303VC/device.h

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

hal/targets/hal/TARGET_STM/TARGET_STM32F3/TARGET_DISCO_F334C8/device.h

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

hal/targets/hal/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/device.h

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

hal/targets/hal/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303RE/device.h

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

hal/targets/hal/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F334R8/device.h

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

hal/targets/hal/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/device.h renamed to hal/targets/hal/TARGET_STM/TARGET_STM32F3/device.h

Lines changed: 1 addition & 2 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
@@ -33,7 +33,6 @@
3333
#define MBED_DEVICE_H
3434

3535
//=======================================
36-
3736
#define DEVICE_ID_LENGTH 24
3837

3938
#include "objects.h"

0 commit comments

Comments
 (0)