att_server: fix typo / PR #491

This commit is contained in:
Matthias Ringwald 2023-06-22 10:16:29 +02:00
parent 30e5ec7528
commit acc8ef2348

View File

@ -55,7 +55,7 @@ extern "C" {
/* API_START */
/*
* @brief setup ATT server
* @param db attribute database created by compile-gatt.ph
* @param db attribute database created by compile-gatt.py
* @param read_callback, see att_db.h, can be NULL
* @param write_callback, see attl.h, can be NULL
*/