AP_Common: added #pragma once

This commit is contained in:
Andrew Tridgell 2018-08-19 20:11:32 +10:00
parent b2cc992e0c
commit 912e4f16ec

View File

@ -12,6 +12,7 @@
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 this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once
/* /*
a method to make semaphores less error prone. The WITH_SEMAPHORE() a method to make semaphores less error prone. The WITH_SEMAPHORE()