OLD | NEW |
1 /** | 1 /** |
2 ****************************************************************************** | 2 ****************************************************************************** |
3 * @file stm32f7xx_hal_conf.h | 3 * @file stm32f7xx_hal_conf.h |
4 * @brief HAL configuration file. | 4 * @brief HAL configuration file. |
5 ****************************************************************************** | 5 ****************************************************************************** |
6 * @attention | 6 * @attention |
7 * | 7 * |
8 * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> | 8 * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
9 * | 9 * |
10 * Redistribution and use in source and binary forms, with or without modificat
ion, | 10 * Redistribution and use in source and binary forms, with or without modificat
ion, |
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 #endif /* USE_FULL_ASSERT */ | 408 #endif /* USE_FULL_ASSERT */ |
409 | 409 |
410 #ifdef __cplusplus | 410 #ifdef __cplusplus |
411 } | 411 } |
412 #endif | 412 #endif |
413 | 413 |
414 #endif /* __STM32F7xx_HAL_CONF_H */ | 414 #endif /* __STM32F7xx_HAL_CONF_H */ |
415 | 415 |
416 | 416 |
417 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ | 417 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |
OLD | NEW |