Revision 6d4ba740 apps/HelloWorld/helloworld.h
| apps/HelloWorld/helloworld.h | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
AMiRo-Apps is a collection of applications for the Autonomous Mini Robot (AMiRo) platform. |
| 3 |
Copyright (C) 2018..2019 Thomas Schöpping et al.
|
|
| 3 |
Copyright (C) 2018..2020 Thomas Schöpping et al.
|
|
| 4 | 4 |
|
| 5 | 5 |
This program is free software: you can redistribute it and/or modify |
| 6 | 6 |
it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 16 | 16 |
along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 17 | 17 |
*/ |
| 18 | 18 |
|
| 19 |
#ifndef _HELLOWORLD_H_
|
|
| 20 |
#define _HELLOWORLD_H_
|
|
| 19 |
#ifndef HELLOWORLD_H
|
|
| 20 |
#define HELLOWORLD_H
|
|
| 21 | 21 |
|
| 22 |
#endif /* _HELLOWORLD_H_ */ |
|
| 22 |
#pragma message "Hello World! (.h)" |
|
| 23 |
|
|
| 24 |
#endif /* HELLOWORLD_H */ |
|
Also available in: Unified diff