APM:Libraries
libraries
AP_HAL_F4Light
hardware
STM32_USB_Driver
min_max.h
Go to the documentation of this file.
1
#pragma once
2
3
#define MIN_(a, b) (a) < (b) ? (a) : (b)
4
#define MAX_(a, b) (a) > (b) ? (a) : (b)
Generated on Sun Jun 17 2018 14:18:49 for APM:Libraries by
1.8.13