1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Some stragglers

This commit is contained in:
blckmn 2018-04-22 09:42:09 +10:00
parent 916de26ad8
commit 2be282e2d7
5 changed files with 74 additions and 51 deletions

View file

@ -1,20 +1,24 @@
/* /*
* This file is part of Betaflight/Cleanflight. * This file is part of Cleanflight and Betaflight.
* *
* Betaflight/Cleanflight is free software: you can redistribute it * Cleanflight and Betaflight are free software: you can redistribute
* and/or modify it under the terms of the GNU General Public License * this software and/or modify this software under the terms of the
* as published by the Free Software Foundation, either version 3 of * GNU General Public License as published by the Free Software
* the License, or (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Betaflight/Cleanflight is distributed in the hope that it will be * Cleanflight and Betaflight are distributed in the hope that they
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Betaflight/Cleanflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>

View file

@ -1,19 +1,24 @@
/* /*
* This file is part of Betaflight. * This file is part of Cleanflight and Betaflight.
* *
* Betaflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software: you can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Betaflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Betaflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <math.h> #include <math.h>

View file

@ -1,19 +1,24 @@
/* /*
* This file is part of Betaflight. * This file is part of Cleanflight and Betaflight.
* *
* Betaflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software: you can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Betaflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Betaflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <math.h> #include <math.h>

View file

@ -1,20 +1,25 @@
/* /*
* This file is part of Betaflight. * This file is part of Cleanflight and Betaflight.
* *
* Betaflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software: you can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Betaflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Betaflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,21 +1,25 @@
/* /*
* This file is part of Cleanflight. * This file is part of Cleanflight and Betaflight.
* *
* Cleanflight is free software: you can redistribute it and/or modify * Cleanflight and Betaflight are free software: you can redistribute
* it under the terms of the GNU General Public License as published by * this software and/or modify this software under the terms of the
* the Free Software Foundation, either version 3 of the License, or * GNU General Public License as published by the Free Software
* (at your option) any later version. * Foundation, either version 3 of the License, or (at your option)
* any later version.
* *
* Cleanflight is distributed in the hope that it will be useful, * Cleanflight and Betaflight are distributed in the hope that they
* but WITHOUT ANY WARRANTY; without even the implied warranty of * will be useful, but WITHOUT ANY WARRANTY; without even the implied
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>. * along with this software.
* *
* If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>