[net] product vs item explanation

This commit is contained in:
giomba 2019-04-12 19:05:44 +02:00
parent b2087edbde
commit 5af2caaf8a
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ enum message_type {
BATTERY_STATUS_MSG,
ASSIGNMENT_MSG,
CASH_OUT_MSG,
PRODUCT_MSG,
ITEM_ELEM_MSG,
PRODUCT_MSG, /* from cart to cash */
ITEM_MSG, /* from item to cart */
BASKET_MSG,
START_OF_LIST_PRODUCTS_MSG
};