doxygen: fix many warnings on "end of file while in group"
This commit is contained in:
@@ -49,4 +49,4 @@ void flash_unlock_option_bytes(void)
|
||||
FLASH_OPTKEYR = FLASH_OPTKEYR_KEY2;
|
||||
}
|
||||
|
||||
/*@}*/
|
||||
/**@}*/
|
||||
|
||||
@@ -109,4 +109,4 @@ void opamp_vm_select(uint32_t base, uint32_t vm)
|
||||
OPAMP_CSR(base) |= vm << OPAMP_CSR_VM_SEL_SHIFT;
|
||||
}
|
||||
|
||||
/*@}*/
|
||||
/**@}*/
|
||||
|
||||
@@ -53,4 +53,4 @@ void opamp_vms_select(uint32_t base, uint32_t vms)
|
||||
OPAMP_CSR(base) |= vms << OPAMP_CSR_VMS_SEL_SHIFT;
|
||||
}
|
||||
|
||||
/*@}*/
|
||||
/**@}*/
|
||||
|
||||
@@ -49,4 +49,4 @@ void opamp_output_set_external(uint32_t base)
|
||||
OPAMP_CSR(base) &= ~OPAMP_CSR_OPAINTOEN;
|
||||
}
|
||||
|
||||
/*@}*/
|
||||
/**@}*/
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
/**@{*/
|
||||
|
||||
#include <libopencm3/stm32/adc.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user