Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Side by Side Diff: platforms/stm/disco_dartino/generated/Inc/stm32f7xx_it.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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****/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698