removed obsolete offset type definitions.
This commit is contained in:
parent
823bb613f3
commit
b0431cc688
|
@ -67,6 +67,5 @@
|
|||
void cfs_coffee_arch_erase(uint16_t sector);
|
||||
|
||||
typedef int16_t coffee_page_t;
|
||||
typedef uint16_t coffee_offset_t;
|
||||
|
||||
#endif /* !COFFEE_ARCH_H */
|
||||
|
|
|
@ -75,6 +75,5 @@
|
|||
|
||||
/* Coffee types. */
|
||||
typedef int16_t coffee_page_t;
|
||||
typedef int32_t coffee_offset_t;
|
||||
|
||||
#endif /* !COFFEE_ARCH_H */
|
||||
|
|
|
@ -70,6 +70,5 @@
|
|||
|
||||
/* Coffee types. */
|
||||
typedef int16_t coffee_page_t;
|
||||
typedef int32_t coffee_offset_t;
|
||||
|
||||
#endif /* !COFFEE_ARCH_H */
|
||||
|
|
Loading…
Reference in a new issue