Advertisement
kenliao94

Untitled

May 30th, 2017
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.26 KB | None | 0 0
  1. /**
  2.  *  Defines for your entire project at one place
  3.  *
  4.  *  @author     Tilen Majerle
  5.  *  @email      tilen@majerle.eu
  6.  *  @website    http://stm32f4-discovery.com
  7.  *  @version    v1.0
  8.  *  @ide        Keil uVision 5
  9.  *  @license    GNU GPL v3
  10.  * 
  11.  * |----------------------------------------------------------------------
  12.  * | Copyright (C) Tilen Majerle, 2014
  13.  * |
  14.  * | This program is free software: you can redistribute it and/or modify
  15.  * | it under the terms of the GNU General Public License as published by
  16.  * | the Free Software Foundation, either version 3 of the License, or
  17.  * | any later version.
  18.  * |  
  19.  * | This program is distributed in the hope that it will be useful,
  20.  * | but WITHOUT ANY WARRANTY; without even the implied warranty of
  21.  * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  22.  * | GNU General Public License for more details.
  23.  * |
  24.  * | You should have received a copy of the GNU General Public License
  25.  * | along with this program.  If not, see <http://www.gnu.org/licenses/>.
  26.  * |----------------------------------------------------------------------
  27.  */
  28. #ifndef TM_DEFINES_H
  29. #define TM_DEFINES_H
  30.  
  31. /* Put your global defines for all libraries here used in your project */
  32. #define USE_USART1
  33. //#define TM_USART1_HARDWARE_FLOW_CONTROL
  34. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement