| OLD | NEW |
| 1 /** | 1 /** |
| 2 ****************************************************************************** | 2 ****************************************************************************** |
| 3 * @file stm32f7xx_it.h | 3 * @file stm32f7xx_it.h |
| 4 * @brief This file contains the headers of the interrupt handlers. | 4 * @brief This file contains the headers of the interrupt handlers. |
| 5 ****************************************************************************** | 5 ****************************************************************************** |
| 6 * | 6 * |
| 7 * COPYRIGHT(c) 2016 STMicroelectronics | 7 * COPYRIGHT(c) 2016 STMicroelectronics |
| 8 * | 8 * |
| 9 * Redistribution and use in source and binary forms, with or without modificat
ion, | 9 * Redistribution and use in source and binary forms, with or without modificat
ion, |
| 10 * are permitted provided that the following conditions are met: | 10 * are permitted provided that the following conditions are met: |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 void USART1_IRQHandler(void); | 49 void USART1_IRQHandler(void); |
| 50 void ETH_IRQHandler(void); | 50 void ETH_IRQHandler(void); |
| 51 | 51 |
| 52 #ifdef __cplusplus | 52 #ifdef __cplusplus |
| 53 } | 53 } |
| 54 #endif | 54 #endif |
| 55 | 55 |
| 56 #endif /* __STM32F7xx_IT_H */ | 56 #endif /* __STM32F7xx_IT_H */ |
| 57 | 57 |
| 58 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ | 58 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |
| OLD | NEW |