Skip to content

Commit 5d25183

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

File tree

3 files changed

+1
-108
lines changed

3 files changed

+1
-108
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F746ZG/device.h

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

hal/targets/hal/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F767ZI/device.h

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

hal/targets/hal/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/device.h renamed to hal/targets/hal/TARGET_STM/TARGET_STM32F7/device.h

Lines changed: 1 addition & 15 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,23 +32,9 @@
3232
#ifndef MBED_DEVICE_H
3333
#define MBED_DEVICE_H
3434

35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
4535
//=======================================
46-
4736
#define DEVICE_ID_LENGTH 24
4837

49-
50-
51-
5238
#include "objects.h"
5339

5440
#endif

0 commit comments

Comments
 (0)