Move callsign into config.h

master
Philip Heron 2010-06-08 09:01:05 +01:00
rodzic 0f7b26c13f
commit bcb571d073
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -11,6 +11,7 @@
#ifndef INC_CONFIG_H
#define INC_CONFIG_H
#define F_CPU (7372800) /* Ticks per second */
#define F_CPU (7372800) /* Ticks per second */
#define CALLSIGN "hadie" /* The mission callsign */
#endif

Wyświetl plik

@ -7,8 +7,6 @@
/* and redistribute it under the terms of this license. A */
/* copy should be included with this source. */
#define CALLSIGN "hadie"
#include "config.h"
#include <avr/interrupt.h>
#include "rs8.h"