Skip to content

Commit

Permalink
Update uart.h extension details
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Feb 1, 2022
1 parent 934732f commit a612769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
extern zend_module_entry uart_module_entry;
#define phpext_uart_ptr &uart_module_entry

#define PHP_UART_EXTNAME "phpuart"
#define PHP_UART_EXTNAME "uart"
#define PHP_UART_VERSION "0.0.1-dev"
#define PHP_UART_AUTHOR "flavioheleno"
#define PHP_UART_URL "https://github.com/flavioheleno/phpuart"
#define PHP_UART_COPYRIGHT "Copyright (c) 2021"
#define PHP_UART_URL "https://github.com/embedded-php/ext-uart"
#define PHP_UART_COPYRIGHT "Copyright (c) 2021-2022"

#if defined(ZTS) && defined(COMPILE_DL_UART)
ZEND_TSRMLS_CACHE_EXTERN()
Expand Down

0 comments on commit a612769

Please sign in to comment.