Skip to content

Commit

Permalink
#641 Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Nov 10, 2020
1 parent bfcbf4e commit 80f63c7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/modules/src/lighthouse/lighthouse_state.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/**
* ,---------, ____ _ __
* | ,-^-, | / __ )(_) /_______________ _____ ___
* | ( O ) | / __ / / __/ ___/ ___/ __ `/_ / / _ \
* | / ,--´ | / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* +------` /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* Crazyflie control firmware
*
* Copyright (C) 2019 - 2020 Bitcraze AB
*
* 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, in version 3.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*
* lighthouse_state.h - storage for basestation state struct
*/

#pragma once

#include "pulse_processor.h"

extern pulseProcessor_t lighthouseCoreState;

0 comments on commit 80f63c7

Please sign in to comment.