X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm%2Fao_profile.h;h=68aac0019c3c5f052eddd946ea35a3fac7e17198;hb=7a89aa1ea7e1b02b5cd310986adf4239ec0ce91d;hp=f8a0c25e97eb6632eb72ea2d1f3b8fae3e28ca31;hpb=5c9172ba5681ff93d63c9c263a453d0025170045;p=fw%2Faltos diff --git a/src/stm/ao_profile.h b/src/stm/ao_profile.h index f8a0c25e..68aac001 100644 --- a/src/stm/ao_profile.h +++ b/src/stm/ao_profile.h @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,7 +19,7 @@ #ifndef _AO_PROFILE_H_ #define _AO_PROFILE_H_ -void ao_profile_init(); +void ao_profile_init(void); static inline uint32_t ao_profile_tick(void) { uint16_t hi, lo, second_hi;