From d41962a8c809261c0741e21f3d3c6f7b9a29988e Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Thu, 2 May 2019 11:35:40 +0100 Subject: [PATCH] SDP_K1: Fix year change in the system clock --- .../TARGET_STM32F469xI/TARGET_SDP_K1/system_clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/system_clock.c b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/system_clock.c index 960053c87c..2d8417f63e 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/system_clock.c +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/system_clock.c @@ -1,5 +1,5 @@ /* mbed Microcontroller Library -* Copyright (c) 2006-2017 ARM Limited +* Copyright (c) 2006-2019 ARM Limited * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License");